home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_06
/
2n06020a
< prev
next >
Wrap
Text File
|
1991-04-28
|
126b
|
6 lines
#ifndef NDEBUG
#define __WATCH(expr,dh,fn) if(expr) __BREAK(dh,fn)
#else
#define __WATCH(expr,dh,fn) ((void) 0)
#endif